﻿;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; SUPPLY EVENTS
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; USAGE:
;
; Basic structure for a supply event:
; {
; #NAME= Event name (this will be shown as a selectable event under an OPTIONS screen within the game)
; #POPUP= Event popup text (this will be displayed when the event occurs)
; #IMAGE= Event image that will be displayed when event occurs
;         PNG images must be 736x418 or 368x418 pixels, see 'Extras' folder for sample images and frames
;         Multiple pictures can be used by using a ',' to separate them
;         Format: picture1.png, picture2.png, picture3.png, picture4.png
; #SOUND= Event sound that will be displayed when event occurs
;         Multiple sounds can be used by using a ',' to separate them
;         Format: sound1.mp3, sound2.mp3, sound3.mp3, sound4.mp3
; #FLAG= Will this be a default event for the campaign? (values range [0, 1]; True= 1; False= 0)
; #TYPE= Values range [0, 3];
;        With all other fields satisfied will this be:
;        0 = Single check regardless if #TRIGGER is satisfied
;        1 = Multiple check until #TRIGGER is satisfied
;        2 = Reoccuring check until end of game
;                       OR
;        Once the #DATE field is satisfied:
;        3 = Event fires once if all other fields are satisfied, else it will not fire.  Either way, event will be removed never to be looked at again
; #AI= Values range [0, 4]
; 0 = Event fires whenever all fields are satisfied for any game type
; 1 = Event fires whenever all fields are satisfied, for Single Player games only, and only when the AI is Axis
; 2 = Event fires whenever all fields are satisfied, for Single Player games only, and only when the AI is Allied
; 3 = Event fires whenever all fields are satisfied, for any game type, and only when the AI is Axis in Single Player, or on Allied Multiplayer turns
; 4 = Event fires whenever all fields are satisfied, for any game type, and only when the AI is Allied in Single Player, or on Axis Multiplayer turns
; #LEVEL= What minimum skill level, as selected from the AI difficulty level screen in game, with this event apply to?
;         Values: [0, 4]; Green= 0; Novice= 1; Intermediate= 2; Veteran= 3; Expert= 4
; #GV= Does the event activate based on the Global Variable values assigned?
;      Ten random Global Variables are assigned at the start of the campaign each with a value between [1,100]
;      Format: GV [min, max]; GV range [1,10]; min range [1,100]; max range [1,100]
;      Example A) #GV= 1[1,100] will always trigger because Global Variable #1 will always have a value between [1,100]
;      Example B) #GV= 4[71,100] will trigger 30% per game
; #LINK= Does the event activate based on the Link values assigned?
;        A campaign can have up to 1100 Decision events and is referenced by other events via this parameter
;        Format: decision[flag]; flag range [0, 1]; True= 1; False= 0
;        Example A) #LINK= 0[0] will always trigger as formal DECISION events can only be from 1-1100
;        Example B) #LINK= 1[0] will trigger whenever #DECISION= 1 is not accepted
;        Example C) #LINK= 3[1] will trigger whenever #DECISION= 3 is accepted
; #TRIGGER= Trigger percentage that the event will occur (values range [0, 100])
; #COUNTRY_ID= Country ID that will be owner of supply event
; #ALIGNMENT_ID= Political alignment ID that will be the owner of the event
; #FLAG_ID= Flag ID that will be shown in the popup for this event
; #SEASON_FLAG= Season flag can be used to limit event to a particular season
; #DATE= Date that must be satisfied (in game) for event to occur (format yyyy/mm/dd)
; #SOURCE_POSITION= Map position that could also trigger the event (Format: x,y [unit_id])
; #DESTINATION_RESOURCE= Resource positions that will be affected by event as well as the
;			 resource strength reduction range (Format: x,y [min, max])
; #VARIABLE_CONDITION= Under what variable conditions will this event occur
;                      Format: country_id [political_alignment] [mobilization%] [surrendered_flag]
; }
;
; NOTES:
;
; Each event must be preceded by a '{' and end with a '}'
;
; #SOURCE_POSITION will trigger the event if and only if the unit located there, as specified by
; unit_id, matches #COUNTRY_ID. Additionally, for the event to fire the unit must have a strength >= 5.
;
; #COUNTRY_ID can be set to 0, for any country with alignment matching #ALIGNMENT_ID, as long as there is a #SOURCE_POSITION specified.
;
; A #SOURCE_POSITION does not have to be specified and can be left blank. In this case the
; triggering of the supply event will be dependant on #DATE and the applicable #SEASON_FLAG.
; More than one #SOURCE_POSITION can be set and will be read using OR logic.
;
; #DESTINATION_RESOURCE's will only be effected if they are under enemy control relative to #COUNTRY_ID.
; Enemy or occupier must also be fully active.
; More than one #DESTINATION_RESOURCE can be set.
;
; Under #VARIABLE_CONDITION you can also list countries that have not yet fully entered the war.
; For example by listing an mobilization % less than 100% you are providing a check where the
; #VARIABLE_CONDITION country must meet a minimum mobilization % in order for the event to occur.
; Each #VARIABLE_CONDITION line will be read using AND logic.
;
; Use the reference values provided for #COUNTRY_ID and not the country names
; Use the reference values provided for UNIT ID's and not unit id names
; Use the reference values provided for #SEASON_FLAG and not season names
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; COUNTRY ID REFERENCE VALUES
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; Country IDs
; #COUNTRY_ID_0= Neutral
; #COUNTRY_ID_1= Armenia
; #COUNTRY_ID_2= Afghanistan
; #COUNTRY_ID_3= Albania
; #COUNTRY_ID_4= Algeria
; #COUNTRY_ID_5= Arabia
; #COUNTRY_ID_6= Australia
; #COUNTRY_ID_7= Austria
; #COUNTRY_ID_8= Austria-Hungary
; #COUNTRY_ID_9= Baltic Duchy
; #COUNTRY_ID_10= Belgium
; #COUNTRY_ID_11= Belarus
; #COUNTRY_ID_12= Basmachi
; #COUNTRY_ID_13= Black
; #COUNTRY_ID_14= Bolivia
; #COUNTRY_ID_15= Borneo
; #COUNTRY_ID_16= Brazil
; #COUNTRY_ID_17= British Somaliland
; #COUNTRY_ID_18= Brunei
; #COUNTRY_ID_19= Bulgaria
; #COUNTRY_ID_20= Burma
; #COUNTRY_ID_21= Canada
; #COUNTRY_ID_22= Chile
; #COUNTRY_ID_23= China
; #COUNTRY_ID_24= Colombia
; #COUNTRY_ID_25= Crimean People's Republic
; #COUNTRY_ID_26= Costa Rica
; #COUNTRY_ID_27= Croatia
; #COUNTRY_ID_28= Cuba
; #COUNTRY_ID_29= Curaçao
; #COUNTRY_ID_30= Czechoslovakia
; #COUNTRY_ID_31= Denmark
; #COUNTRY_ID_32= Don Republic
; #COUNTRY_ID_33= Dutch East Indies
; #COUNTRY_ID_34= Dutch Guiana
; #COUNTRY_ID_35= Ecuador
; #COUNTRY_ID_36= Egypt
; #COUNTRY_ID_37= El Salvador
; #COUNTRY_ID_38= Estonia
; #COUNTRY_ID_39= Finland
; #COUNTRY_ID_40= France
; #COUNTRY_ID_41= Free City of Danzig
; #COUNTRY_ID_42= French Equatorial Africa
; #COUNTRY_ID_43= French Somaliland
; #COUNTRY_ID_44= French West Africa
; #COUNTRY_ID_45= Germany
; #COUNTRY_ID_46= Greece
; #COUNTRY_ID_47= Greenland
; #COUNTRY_ID_48= Guatemala
; #COUNTRY_ID_49= Haiti
; #COUNTRY_ID_50= Honduras
; #COUNTRY_ID_51= Hong Kong
; #COUNTRY_ID_52= Hungary
; #COUNTRY_ID_53= Iceland
; #COUNTRY_ID_54= India
; #COUNTRY_ID_55= Indochina
; #COUNTRY_ID_56= Mesopotamia
; #COUNTRY_ID_57= Ireland
; #COUNTRY_ID_58= Italian East Africa
; #COUNTRY_ID_59= Italy
; #COUNTRY_ID_60= Japan
; #COUNTRY_ID_61= Latvia
; #COUNTRY_ID_62= Liberia
; #COUNTRY_ID_63= Libya
; #COUNTRY_ID_64= Lithuania
; #COUNTRY_ID_65= Luxembourg
; #COUNTRY_ID_66= Malaya
; #COUNTRY_ID_67= Kazan
; #COUNTRY_ID_68= Mexico
; #COUNTRY_ID_69= Mongolia
; #COUNTRY_ID_70= Morocco
; #COUNTRY_ID_71= Kuban People's Republic
; #COUNTRY_ID_72= Nepal
; #COUNTRY_ID_73= Netherlands
; #COUNTRY_ID_74= New Zealand
; #COUNTRY_ID_75= Newfoundland
; #COUNTRY_ID_76= Nicaragua
; #COUNTRY_ID_77= Northern Caucasus
; #COUNTRY_ID_78= Norway
; #COUNTRY_ID_79= Palestine
; #COUNTRY_ID_80= Panama
; #COUNTRY_ID_81= Paraguay
; #COUNTRY_ID_82= Persia
; #COUNTRY_ID_83= Peru
; #COUNTRY_ID_84= Philippines
; #COUNTRY_ID_85= Poland
; #COUNTRY_ID_86= Polynesia
; #COUNTRY_ID_87= Portugal
; #COUNTRY_ID_88= Portuguese East Africa
; #COUNTRY_ID_89= Portuguese Timor
; #COUNTRY_ID_90= Portuguese West Africa
; #COUNTRY_ID_91= Red
; #COUNTRY_ID_92= Rhodesia
; #COUNTRY_ID_93= Romania
; #COUNTRY_ID_94= Serbia
; #COUNTRY_ID_95= Saudi Arabia
; #COUNTRY_ID_96= Slovakia
; #COUNTRY_ID_97= Russia
; #COUNTRY_ID_98= South Africa
; #COUNTRY_ID_99= Spain
; #COUNTRY_ID_100= Spanish Guinea
; #COUNTRY_ID_101= Montenegro
; #COUNTRY_ID_102= Sudan
; #COUNTRY_ID_103= Sweden
; #COUNTRY_ID_104= Switzerland
; #COUNTRY_ID_105= Syria
; #COUNTRY_ID_106= Tannu Tuva
; #COUNTRY_ID_107= Thailand
; #COUNTRY_ID_108= Tibet
; #COUNTRY_ID_109= Transjordan
; #COUNTRY_ID_110= Tunisia
; #COUNTRY_ID_111= Ottoman Empire
; #COUNTRY_ID_112= UK
; #COUNTRY_ID_113= Ukraine
; #COUNTRY_ID_114= Uruguay
; #COUNTRY_ID_115= USA
; #COUNTRY_ID_116= USSR
; #COUNTRY_ID_117= Venezuela
; #COUNTRY_ID_118= Transcaucasian Federation
; #COUNTRY_ID_119= Yemen
; #COUNTRY_ID_120= Yugoslavia
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; UNIT ID REFERENCE VALUES
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; #UNIT_ID_-1= Any Unit
;
; #UNIT_ID_0= HQ
; #UNIT_ID_1= Garrison
; #UNIT_ID_2= Brigade
; #UNIT_ID_3= Division
; #UNIT_ID_4= Corps
; #UNIT_ID_5= Army
; #UNIT_ID_6= Mechanized
; #UNIT_ID_7= Special Forces
; #UNIT_ID_8= Engineers
; #UNIT_ID_9= Paratroops
; #UNIT_ID_10= Cavalry Brigade
; #UNIT_ID_11= Cavalry Division
; #UNIT_ID_12= Cavalry Corps
; #UNIT_ID_13= Partisans
; #UNIT_ID_14= Pillbox
; #UNIT_ID_15= Anti-Air
; #UNIT_ID_16= Rocket Artillery
; #UNIT_ID_17= Artillery
; #UNIT_ID_18= Heavy Artillery
; #UNIT_ID_19= Rail Gun
; #UNIT_ID_20= Coastal Gun
; #UNIT_ID_21= Rockets
; #UNIT_ID_22= Reconnaissance
; #UNIT_ID_23= Armored Train
; #UNIT_ID_24= Anti-Tank
; #UNIT_ID_25= Light Tanks
; #UNIT_ID_26= Medium Tanks
; #UNIT_ID_27= Tanks
; #UNIT_ID_28= Airships
; #UNIT_ID_29= Fighters
; #UNIT_ID_30= Tactical Bombers
; #UNIT_ID_31= Medium Bombers
; #UNIT_ID_32= Strategic Bombers
; #UNIT_ID_33= Maritime Bombers
; #UNIT_ID_34= Kamikazes
; #UNIT_ID_35= Dreadnought
; #UNIT_ID_36= Battleship
; #UNIT_ID_37= Battle Cruiser
; #UNIT_ID_38= Heavy Cruiser
; #UNIT_ID_39= Light Cruiser
; #UNIT_ID_40= Destroyer
; #UNIT_ID_41= Escort Carrier
; #UNIT_ID_42= Carrier
; #UNIT_ID_43= Sub
; #UNIT_ID_44= Motor Torpedo Boat
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; POLITICAL ALIGNMENT/DIRECTION REFERENCE VALUES
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; NEUTRAL= 0
; AXIS= 1
; ALLIED= 2
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; SEASON FLAG REFERENCE VALUES
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; ALL_SEASONS= 0
; SPRING= 1
; SUMMER= 2
; FALL= 3
; WINTER= 4
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


{
#NAME= Industrial Unrest In The UK
#POPUP= <<TAG_1>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 1[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 91
#TRIGGER= 3
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 144,71 [1,4]
#DESTINATION_RESOURCE= 144,73 [0,3]
#DESTINATION_RESOURCE= 144,72 [0,3]
#DESTINATION_RESOURCE= 143,68 [1,4]
}

{
#NAME= Industrial Unrest In The UK
#POPUP= <<TAG_2>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 1[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 91
#TRIGGER= 3
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 138,65 [1,4]
}

{
#NAME= Industrial Unrest In The UK
#POPUP= <<TAG_3>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 1[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 91
#TRIGGER= 3
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 139,76 [1,4]
}

{
#NAME= Industrial Unrest In The UK
#POPUP= <<TAG_4>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 1[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 91
#TRIGGER= 3
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 143,67 [1,4]
}

{
#NAME= Industrial Unrest In France
#POPUP= <<TAG_5>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 2[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 91
#TRIGGER= 3
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - France politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 40 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 155,93 [2,5]
#DESTINATION_RESOURCE= 156,92 [2,3]
}

{
#NAME= Industrial Unrest In France
#POPUP= <<TAG_6>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 2[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 91
#TRIGGER= 3
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - France politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 40 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 151,84 [2,4]
}

{
#NAME= Industrial Unrest In France
#POPUP= <<TAG_7>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 2[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 91
#TRIGGER= 3
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - France politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 40 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 145,94 [2,4]
#DESTINATION_RESOURCE= 149,97 [1,4]
#DESTINATION_RESOURCE= 146,98 [1,4]
}

{
#NAME= Industrial Unrest In Italy
#POPUP= <<TAG_8>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 3[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 91
#TRIGGER= 3
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - Italy politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 59 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 162,94 [2,5]
#DESTINATION_RESOURCE= 164,93 [0,3]
}

{
#NAME= Industrial Unrest In Italy
#POPUP= <<TAG_9>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 3[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 91
#TRIGGER= 3
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - Italy politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 59 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 175,103 [2,5]
#DESTINATION_RESOURCE= 171,101 [0,3]
}

{
#NAME= Industrial Unrest In Russia
#POPUP= <<TAG_10>>
#IMAGE= Russian_demonstration1.png
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 4[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 91
#TRIGGER= 3
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - Russia politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 97 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 206,51 [0,3]
#DESTINATION_RESOURCE= 206,52 [2,3]
}

{
#NAME= Industrial Unrest In Russia
#POPUP= <<TAG_11>>
#IMAGE= Russian_demonstration2.png
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 4[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 91
#TRIGGER= 3
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - Russia politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 97 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 221,65 [0,3]
#DESTINATION_RESOURCE= 220,65 [2,3]
}

{
#NAME= Industrial Unrest In Russia
#POPUP= <<TAG_12>>
#IMAGE= Russian_demonstration3.png
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 4[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 91
#TRIGGER= 3
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - Russia politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 97 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 212,87 [1,3]
#DESTINATION_RESOURCE= 215,85 [2,3]
#DESTINATION_RESOURCE= 216,90 [1,3]
#DESTINATION_RESOURCE= 223,85 [2,3]
}

{
#NAME= Industrial Unrest In The USA
#POPUP= <<TAG_13>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 5[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 91
#TRIGGER= 3
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - USA politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 115 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 16,100 [0,3]
#DESTINATION_RESOURCE= 10,104 [0,3]
#DESTINATION_RESOURCE= 11,103 [0,3]
#DESTINATION_RESOURCE= 7,104 [0,3]
}

{
#NAME= Industrial Unrest In Germany
#POPUP= <<TAG_14>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 6[1]
#COUNTRY_ID= 112
#ALIGNMENT_ID= 0
#FLAG_ID= 91
#TRIGGER= 3
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - Germany politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 45 [1] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 173,74 [0,3]
#DESTINATION_RESOURCE= 166,72 [0,3]
#DESTINATION_RESOURCE= 166,75 [0,3]
#DESTINATION_RESOURCE= 173,79 [0,3]
}

{
#NAME= Industrial Unrest In Germany
#POPUP= <<TAG_15>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 6[1]
#COUNTRY_ID= 112
#ALIGNMENT_ID= 0
#FLAG_ID= 91
#TRIGGER= 3
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - Germany politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 45 [1] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 161,77 [0,3]
#DESTINATION_RESOURCE= 162,78 [0,3]
}

{
#NAME= Industrial Unrest In Germany
#POPUP= <<TAG_16>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 6[1]
#COUNTRY_ID= 112
#ALIGNMENT_ID= 0
#FLAG_ID= 91
#TRIGGER= 3
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - Germany politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 45 [1] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 169,86 [0,3]
#DESTINATION_RESOURCE= 168,83 [0,3]
}

{
#NAME= Industrial Unrest In Austria-Hungary
#POPUP= <<TAG_17>>
#IMAGE= GeneralStrikePilsen.png
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 7[1]
#COUNTRY_ID= 112
#ALIGNMENT_ID= 0
#FLAG_ID= 91
#TRIGGER= 3
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - Austria-Hungary politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 8 [1] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 179,86 [0,3]
#DESTINATION_RESOURCE= 175,81 [0,3]
#DESTINATION_RESOURCE= 174,82 [0,3]
#DESTINATION_RESOURCE= 184,88 [0,3]
#DESTINATION_RESOURCE= 182,83 [0,3]
#DESTINATION_RESOURCE= 168,88 [0,3]
#DESTINATION_RESOURCE= 174,92 [0,3]
}

{
#NAME= Fear Of German Raiders Upsets Trade From The British Empire
#POPUP= 
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 0[0]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 45
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/12
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 0,0 [2,3]
#DESTINATION_RESOURCE= 0,1 [2,3]
#DESTINATION_RESOURCE= 0,2 [2,3]
#DESTINATION_RESOURCE= 0,4 [2,3]
#DESTINATION_RESOURCE= 0,5 [2,3]
}

{
#NAME= Fear Of German Raiders Upsets Trade From The British Empire
#POPUP= 
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 0[0]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 45
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/09/10
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 0,0 [2,3]
#DESTINATION_RESOURCE= 0,1 [2,3]
#DESTINATION_RESOURCE= 0,2 [2,3]
#DESTINATION_RESOURCE= 0,4 [2,3]
#DESTINATION_RESOURCE= 0,5 [2,3]
}

{
#NAME= Fear Of German Raiders Upsets Trade From The British Empire
#POPUP= 
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 0[0]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 45
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/11/01
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 0,0 [2,3]
#DESTINATION_RESOURCE= 0,1 [2,3]
#DESTINATION_RESOURCE= 0,2 [2,3]
#DESTINATION_RESOURCE= 0,4 [2,3]
#DESTINATION_RESOURCE= 0,5 [2,3]
}

{
#NAME= Von Spee's Squadron Upsets Trade From The British Empire
#POPUP= 
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 109[0]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 45
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/11/10
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 0,0 [2,3]
#DESTINATION_RESOURCE= 0,1 [2,3]
#DESTINATION_RESOURCE= 0,2 [2,3]
#DESTINATION_RESOURCE= 0,4 [2,3]
#DESTINATION_RESOURCE= 0,5 [2,3]
}

{
#NAME= Von Spee's Squadron Upsets Trade From The British Empire
#POPUP= 
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 109[0]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 45
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/12/15
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 0,0 [2,3]
#DESTINATION_RESOURCE= 0,1 [2,3]
#DESTINATION_RESOURCE= 0,2 [2,3]
#DESTINATION_RESOURCE= 0,4 [2,3]
#DESTINATION_RESOURCE= 0,5 [2,3]
}

{
#NAME= Von Spee's Squadron Upsets Trade From The British Empire
#POPUP= 
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 109[0]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 45
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1915/01/01
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 0,0 [2,3]
#DESTINATION_RESOURCE= 0,1 [2,3]
#DESTINATION_RESOURCE= 0,2 [2,3]
#DESTINATION_RESOURCE= 0,4 [2,3]
#DESTINATION_RESOURCE= 0,5 [2,3]
}

{
#NAME= Von Spee's Squadron Upsets Trade From The British Empire
#POPUP= 
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 109[0]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 45
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1915/01/10
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 0,0 [2,3]
#DESTINATION_RESOURCE= 0,1 [2,3]
#DESTINATION_RESOURCE= 0,2 [2,3]
#DESTINATION_RESOURCE= 0,4 [2,3]
#DESTINATION_RESOURCE= 0,5 [2,3]
}

{
#NAME= The German Commerce Raider Möwe Attacks Trade From The British Empire
#POPUP= 
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 621[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 45
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1917/01/15
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 0,0 [1,2]
#DESTINATION_RESOURCE= 0,1 [1,2]
#DESTINATION_RESOURCE= 0,2 [1,2]
#DESTINATION_RESOURCE= 0,4 [1,2]
#DESTINATION_RESOURCE= 0,5 [1,2]
}

{
#NAME= The German Commerce Raider Seeadler Attacks Trade From The British Empire
#POPUP= 
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 132[0]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 45
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1917/03/11
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 0,0 [1,2]
#DESTINATION_RESOURCE= 0,1 [1,2]
#DESTINATION_RESOURCE= 0,2 [1,2]
#DESTINATION_RESOURCE= 0,4 [1,2]
#DESTINATION_RESOURCE= 0,5 [1,2]
}

{
#NAME= The German Commerce Raider Wolf Attacks Trade From The British Empire
#POPUP= 
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 132[0]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 45
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1917/07/15
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 0,0 [1,2]
#DESTINATION_RESOURCE= 0,1 [1,2]
#DESTINATION_RESOURCE= 0,2 [1,2]
#DESTINATION_RESOURCE= 0,4 [1,2]
#DESTINATION_RESOURCE= 0,5 [1,2]
}

{
#NAME= The German Commerce Raider Wolf Sinks The Japanese Merchantman Hitachi Maru
#POPUP= 
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 132[0]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 45
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1917/09/26
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
; 2nd Line - Japan politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 60 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 0,0 [1,2]
#DESTINATION_RESOURCE= 0,1 [1,2]
#DESTINATION_RESOURCE= 0,2 [1,2]
#DESTINATION_RESOURCE= 0,4 [1,2]
#DESTINATION_RESOURCE= 0,5 [1,2]
}

{
#NAME= The German Commerce Raider Wolf Attacks Trade From The British Empire
#POPUP= 
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 132[0]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 45
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1917/12/15
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 0,0 [1,2]
#DESTINATION_RESOURCE= 0,1 [1,2]
#DESTINATION_RESOURCE= 0,2 [1,2]
#DESTINATION_RESOURCE= 0,4 [1,2]
#DESTINATION_RESOURCE= 0,5 [1,2]
}

{
#NAME= The German Commerce Raider Seeadler Attacks Trade From The British Empire
#POPUP= 
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 5[51,100]
;Set link value to always trigger (dummy value)
#LINK= 132[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 45
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1917/03/11
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 0,0 [1,2]
#DESTINATION_RESOURCE= 0,1 [1,2]
#DESTINATION_RESOURCE= 0,2 [1,2]
#DESTINATION_RESOURCE= 0,4 [1,2]
#DESTINATION_RESOURCE= 0,5 [1,2]
}

{
#NAME= The German Commerce Raider Wolf Attacks Trade From The British Empire
#POPUP= 
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 5[76,100]
;Set link value to always trigger (dummy value)
#LINK= 132[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 45
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1917/07/15
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 0,0 [1,2]
#DESTINATION_RESOURCE= 0,1 [1,2]
#DESTINATION_RESOURCE= 0,2 [1,2]
#DESTINATION_RESOURCE= 0,4 [1,2]
#DESTINATION_RESOURCE= 0,5 [1,2]
}

{
#NAME= The German Commerce Raider Wolf Sinks The Japanese Merchantman Hitachi Maru
#POPUP= 
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 5[1,33]
;Set link value to always trigger (dummy value)
#LINK= 132[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 45
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1917/09/26
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 0,0 [1,2]
#DESTINATION_RESOURCE= 0,1 [1,2]
#DESTINATION_RESOURCE= 0,2 [1,2]
#DESTINATION_RESOURCE= 0,4 [1,2]
#DESTINATION_RESOURCE= 0,5 [1,2]
}

{
#NAME= The German Commerce Raider Wolf Attacks Trade From The British Empire
#POPUP= 
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 5[20,45]
;Set link value to always trigger (dummy value)
#LINK= 132[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 45
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1917/12/15
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 0,0 [1,2]
#DESTINATION_RESOURCE= 0,1 [1,2]
#DESTINATION_RESOURCE= 0,2 [1,2]
#DESTINATION_RESOURCE= 0,4 [1,2]
#DESTINATION_RESOURCE= 0,5 [1,2]
}

{
#NAME= Food Riots Break Out In Germany
#POPUP= <<TAG_18>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 16[1]
#COUNTRY_ID= 112
#ALIGNMENT_ID= 0
#FLAG_ID= 45
#TRIGGER= 10
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - The Netherlands politically aligned with the Entente but not fully mobilized
#VARIABLE_CONDITION= 73 [2] [0] [0]
; 2nd Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
; 3rd Line - France politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 40 [2] [100] [0]
; 4th Line - USA politically aligned with the Entente but not fully mobilized
#VARIABLE_CONDITION= 115 [2] [0] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 166,75 [0,3]
#DESTINATION_RESOURCE= 166,72 [0,3]
#DESTINATION_RESOURCE= 161,77 [0,3]
#DESTINATION_RESOURCE= 162,78 [0,3]
#DESTINATION_RESOURCE= 173,79 [0,3]
#DESTINATION_RESOURCE= 173,74 [0,3]
#DESTINATION_RESOURCE= 168,83 [0,3]
#DESTINATION_RESOURCE= 160,78 [0,2]
#DESTINATION_RESOURCE= 173,79 [0,2]
#DESTINATION_RESOURCE= 173,74 [0,2]
#DESTINATION_RESOURCE= 168,83 [0,2]
}

{
#NAME= Food Riots Break Out In Germany
#POPUP= <<TAG_18>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 16[1]
#COUNTRY_ID= 112
#ALIGNMENT_ID= 0
#FLAG_ID= 45
#TRIGGER= 10
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - The Netherlands politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 73 [2] [100] [0]
; 2nd Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
; 3rd Line - France politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 40 [2] [100] [0]
; 4th Line - USA politically aligned with the Entente but not fully mobilized
#VARIABLE_CONDITION= 115 [2] [0] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 166,75 [0,3]
#DESTINATION_RESOURCE= 166,72 [0,3]
#DESTINATION_RESOURCE= 161,77 [0,3]
#DESTINATION_RESOURCE= 162,78 [0,3]
#DESTINATION_RESOURCE= 173,79 [0,3]
#DESTINATION_RESOURCE= 173,74 [0,3]
#DESTINATION_RESOURCE= 168,83 [0,3]
#DESTINATION_RESOURCE= 160,78 [0,2]
#DESTINATION_RESOURCE= 173,79 [0,2]
#DESTINATION_RESOURCE= 173,74 [0,2]
#DESTINATION_RESOURCE= 168,83 [0,2]
}

{
#NAME= Food Riots Break Out In Germany
#POPUP= <<TAG_18>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 16[1]
#COUNTRY_ID= 112
#ALIGNMENT_ID= 0
#FLAG_ID= 45
#TRIGGER= 10
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - The Netherlands politically aligned with the Entente and surrendered
#VARIABLE_CONDITION= 73 [2] [100] [1]
; 2nd Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
; 3rd Line - France politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 40 [2] [100] [0]
; 4th Line - USA politically aligned with the Entente but not fully mobilized
#VARIABLE_CONDITION= 115 [2] [0] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 166,75 [0,3]
#DESTINATION_RESOURCE= 166,72 [0,3]
#DESTINATION_RESOURCE= 161,77 [0,3]
#DESTINATION_RESOURCE= 162,78 [0,3]
#DESTINATION_RESOURCE= 173,79 [0,3]
#DESTINATION_RESOURCE= 173,74 [0,3]
#DESTINATION_RESOURCE= 168,83 [0,3]
#DESTINATION_RESOURCE= 160,78 [0,2]
#DESTINATION_RESOURCE= 173,79 [0,2]
#DESTINATION_RESOURCE= 173,74 [0,2]
#DESTINATION_RESOURCE= 168,83 [0,2]
}

{
#NAME= Food Riots Break Out In Germany
#POPUP= <<TAG_18>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 16[1]
#COUNTRY_ID= 112
#ALIGNMENT_ID= 0
#FLAG_ID= 45
#TRIGGER= 10
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - The Netherlands politically aligned with the Entente and surrendered
#VARIABLE_CONDITION= 73 [2] [100] [1]
; 2nd Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
; 3rd Line - France politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 40 [2] [100] [0]
; 4th Line - USA politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 115 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 166,75 [0,3]
#DESTINATION_RESOURCE= 166,72 [0,3]
#DESTINATION_RESOURCE= 161,77 [0,3]
#DESTINATION_RESOURCE= 162,78 [0,3]
#DESTINATION_RESOURCE= 173,79 [0,3]
#DESTINATION_RESOURCE= 173,74 [0,3]
#DESTINATION_RESOURCE= 168,83 [0,3]
#DESTINATION_RESOURCE= 160,78 [0,2]
#DESTINATION_RESOURCE= 173,79 [0,2]
#DESTINATION_RESOURCE= 173,74 [0,2]
#DESTINATION_RESOURCE= 168,83 [0,2]
}

{
#NAME= Food Riots Break Out In Germany
#POPUP= <<TAG_18>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 16[1]
#COUNTRY_ID= 112
#ALIGNMENT_ID= 0
#FLAG_ID= 45
#TRIGGER= 15
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - The Netherlands politically aligned with the Entente but not fully mobilized
#VARIABLE_CONDITION= 73 [2] [0] [0]
; 2nd Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
; 3rd Line - France politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 40 [2] [100] [0]
; 4th Line - USA politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 115 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 166,75 [0,3]
#DESTINATION_RESOURCE= 166,72 [0,3]
#DESTINATION_RESOURCE= 161,77 [0,3]
#DESTINATION_RESOURCE= 162,78 [0,3]
#DESTINATION_RESOURCE= 173,79 [0,3]
#DESTINATION_RESOURCE= 173,74 [0,3]
#DESTINATION_RESOURCE= 168,83 [0,3]
#DESTINATION_RESOURCE= 160,78 [0,2]
#DESTINATION_RESOURCE= 173,79 [0,2]
#DESTINATION_RESOURCE= 173,74 [0,2]
#DESTINATION_RESOURCE= 168,83 [0,2]
}

{
#NAME= Food Riots Break Out In Germany
#POPUP= <<TAG_18>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 6[1]
#COUNTRY_ID= 112
#ALIGNMENT_ID= 0
#FLAG_ID= 45
#TRIGGER= 15
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - The Netherlands politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 73 [2] [100] [0]
; 2nd Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
; 3rd Line - France politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 40 [2] [100] [0]
; 4th Line - USA politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 115 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 166,75 [0,3]
#DESTINATION_RESOURCE= 166,72 [0,3]
#DESTINATION_RESOURCE= 161,77 [0,3]
#DESTINATION_RESOURCE= 162,78 [0,3]
#DESTINATION_RESOURCE= 173,79 [0,3]
#DESTINATION_RESOURCE= 173,74 [0,3]
#DESTINATION_RESOURCE= 168,83 [0,3]
#DESTINATION_RESOURCE= 160,78 [0,2]
#DESTINATION_RESOURCE= 173,79 [0,2]
#DESTINATION_RESOURCE= 173,74 [0,2]
#DESTINATION_RESOURCE= 168,83 [0,2]
}

; Information only
{
#NAME= Germany Launches Unrestricted Attacks On Trade In St. George's Channel
#POPUP= <<TAG_19>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 610[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 45
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
#SOURCE_POSITION= 132,78 [-1]
#SOURCE_POSITION= 132,80 [-1]
#SOURCE_POSITION= 130,79 [-1]
#SOURCE_POSITION= 129,80 [-1]
#SOURCE_POSITION= 128,79 [-1]
#SOURCE_POSITION= 126,79 [-1]
#SOURCE_POSITION= 127,80 [-1]
#SOURCE_POSITION= 128,82 [-1]
#SOURCE_POSITION= 126,83 [-1]
#SOURCE_POSITION= 125,81 [-1]
#SOURCE_POSITION= 124,80 [-1]
#SOURCE_POSITION= 124,78 [-1]
#SOURCE_POSITION= 122,78 [-1]
#SOURCE_POSITION= 122,80 [-1]
#SOURCE_POSITION= 123,82 [-1]
#SOURCE_POSITION= 124,84 [-1]
#DESTINATION_RESOURCE= 141,77 [0,0]
#DESTINATION_RESOURCE= 140,72 [0,0]
}

{
#NAME= Germany Launches Unrestricted Attacks On Trade In St. George's Channel
#POPUP= 
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 610[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 45
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
#SOURCE_POSITION= 132,78 [-1]
#SOURCE_POSITION= 132,80 [-1]
#SOURCE_POSITION= 130,79 [-1]
#SOURCE_POSITION= 129,80 [-1]
#SOURCE_POSITION= 128,79 [-1]
#SOURCE_POSITION= 126,79 [-1]
#SOURCE_POSITION= 127,80 [-1]
#SOURCE_POSITION= 128,82 [-1]
#SOURCE_POSITION= 126,83 [-1]
#SOURCE_POSITION= 125,81 [-1]
#SOURCE_POSITION= 124,80 [-1]
#SOURCE_POSITION= 124,78 [-1]
#SOURCE_POSITION= 122,78 [-1]
#SOURCE_POSITION= 122,80 [-1]
#SOURCE_POSITION= 123,82 [-1]
#SOURCE_POSITION= 124,84 [-1]
#DESTINATION_RESOURCE= 141,77 [0,2]
#DESTINATION_RESOURCE= 140,72 [1,2]
}

{
#NAME= Germany Launches Unrestricted Attacks On Trade In St. George's Channel
#POPUP= 
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 626[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 45
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
#SOURCE_POSITION= 132,78 [-1]
#SOURCE_POSITION= 132,80 [-1]
#SOURCE_POSITION= 130,79 [-1]
#SOURCE_POSITION= 129,80 [-1]
#SOURCE_POSITION= 128,79 [-1]
#SOURCE_POSITION= 126,79 [-1]
#SOURCE_POSITION= 127,80 [-1]
#SOURCE_POSITION= 128,82 [-1]
#SOURCE_POSITION= 126,83 [-1]
#SOURCE_POSITION= 125,81 [-1]
#SOURCE_POSITION= 124,80 [-1]
#SOURCE_POSITION= 124,78 [-1]
#SOURCE_POSITION= 122,78 [-1]
#SOURCE_POSITION= 122,80 [-1]
#SOURCE_POSITION= 123,82 [-1]
#SOURCE_POSITION= 124,84 [-1]
#DESTINATION_RESOURCE= 141,77 [0,2]
#DESTINATION_RESOURCE= 140,72 [1,2]
}

; Information only
{
#NAME= Germany Launches Unrestricted Attacks On Trade In The Bristol Channel
#POPUP= <<TAG_20>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 610[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 45
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
#SOURCE_POSITION= 138,78 [-1]
#SOURCE_POSITION= 136,78 [-1]
#SOURCE_POSITION= 134,78 [-1]
#DESTINATION_RESOURCE= 141,77 [0,0]
#DESTINATION_RESOURCE= 140,72 [0,0]
}

{
#NAME= Germany Launches Unrestricted Attacks On Trade In The Bristol Channel
#POPUP= 
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 610[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 45
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
#SOURCE_POSITION= 138,78 [-1]
#SOURCE_POSITION= 136,78 [-1]
#SOURCE_POSITION= 134,78 [-1]
#DESTINATION_RESOURCE= 141,77 [1,2]
#DESTINATION_RESOURCE= 140,72 [0,2]
}

{
#NAME= Germany Launches Unrestricted Attacks On Trade In The Bristol Channel
#POPUP= 
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 626[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 45
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
#SOURCE_POSITION= 138,78 [-1]
#SOURCE_POSITION= 136,78 [-1]
#SOURCE_POSITION= 134,78 [-1]
#DESTINATION_RESOURCE= 141,77 [1,2]
#DESTINATION_RESOURCE= 140,72 [0,2]
}

; Information only
{
#NAME= Germany Launches Unrestricted Attacks On Trade In The Irish Sea
#POPUP= <<TAG_21>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 610[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 45
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
#SOURCE_POSITION= 138,70 [-1]
#SOURCE_POSITION= 137,71 [-1]
#SOURCE_POSITION= 136,73 [-1]
#SOURCE_POSITION= 135,74 [-1]
#SOURCE_POSITION= 135,76 [-1]
#SOURCE_POSITION= 137,75 [-1]
#DESTINATION_RESOURCE= 141,77 [0,0]
#DESTINATION_RESOURCE= 140,72 [0,0]
#DESTINATION_RESOURCE= 137,65 [0,0]
}

{
#NAME= Germany Launches Unrestricted Attacks On Trade In The Irish Sea
#POPUP= 
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 610[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 45
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
#SOURCE_POSITION= 138,70 [-1]
#SOURCE_POSITION= 137,71 [-1]
#SOURCE_POSITION= 136,73 [-1]
#SOURCE_POSITION= 135,74 [-1]
#SOURCE_POSITION= 135,76 [-1]
#SOURCE_POSITION= 137,75 [-1]
#DESTINATION_RESOURCE= 141,77 [1,2]
#DESTINATION_RESOURCE= 140,72 [1,2]
#DESTINATION_RESOURCE= 137,65 [0,1]
}

{
#NAME= Germany Launches Unrestricted Attacks On Trade In The Irish Sea
#POPUP= 
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 626[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 45
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
#SOURCE_POSITION= 138,70 [-1]
#SOURCE_POSITION= 137,71 [-1]
#SOURCE_POSITION= 136,73 [-1]
#SOURCE_POSITION= 135,74 [-1]
#SOURCE_POSITION= 135,76 [-1]
#SOURCE_POSITION= 137,75 [-1]
#DESTINATION_RESOURCE= 141,77 [1,2]
#DESTINATION_RESOURCE= 140,72 [1,2]
#DESTINATION_RESOURCE= 137,65 [0,1]
}

; Information only
{
#NAME= Germany Launches Unrestricted Attacks On Trade In The North Channel
#POPUP= <<TAG_22>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 610[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 45
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
#SOURCE_POSITION= 128,64 [-1]
#SOURCE_POSITION= 127,65 [-1]
#SOURCE_POSITION= 129,66 [-1]
#SOURCE_POSITION= 130,65 [-1]
#SOURCE_POSITION= 132,66 [-1]
#SOURCE_POSITION= 134,67 [-1]
#SOURCE_POSITION= 136,67 [-1]
#SOURCE_POSITION= 137,68 [-1]
#SOURCE_POSITION= 125,64 [-1]
#SOURCE_POSITION= 123,63 [-1]
#SOURCE_POSITION= 121,62 [-1]
#SOURCE_POSITION= 122,61 [-1]
#SOURCE_POSITION= 124,62 [-1]
#SOURCE_POSITION= 126,63 [-1]
#DESTINATION_RESOURCE= 140,72 [0,0]
#DESTINATION_RESOURCE= 137,65 [0,0]
}

{
#NAME= Germany Launches Unrestricted Attacks On Trade In The North Channel
#POPUP= 
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 610[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 45
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
#SOURCE_POSITION= 128,64 [-1]
#SOURCE_POSITION= 127,65 [-1]
#SOURCE_POSITION= 129,66 [-1]
#SOURCE_POSITION= 130,65 [-1]
#SOURCE_POSITION= 132,66 [-1]
#SOURCE_POSITION= 134,67 [-1]
#SOURCE_POSITION= 136,67 [-1]
#SOURCE_POSITION= 137,68 [-1]
#SOURCE_POSITION= 125,64 [-1]
#SOURCE_POSITION= 123,63 [-1]
#SOURCE_POSITION= 121,62 [-1]
#SOURCE_POSITION= 122,61 [-1]
#SOURCE_POSITION= 124,62 [-1]
#SOURCE_POSITION= 126,63 [-1]
#DESTINATION_RESOURCE= 140,72 [1,2]
#DESTINATION_RESOURCE= 137,65 [1,2]
}

{
#NAME= Germany Launches Unrestricted Attacks On Trade In The North Channel
#POPUP= 
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 626[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 45
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
#SOURCE_POSITION= 128,64 [-1]
#SOURCE_POSITION= 127,65 [-1]
#SOURCE_POSITION= 129,66 [-1]
#SOURCE_POSITION= 130,65 [-1]
#SOURCE_POSITION= 132,66 [-1]
#SOURCE_POSITION= 134,67 [-1]
#SOURCE_POSITION= 136,67 [-1]
#SOURCE_POSITION= 137,68 [-1]
#SOURCE_POSITION= 125,64 [-1]
#SOURCE_POSITION= 123,63 [-1]
#SOURCE_POSITION= 121,62 [-1]
#SOURCE_POSITION= 122,61 [-1]
#SOURCE_POSITION= 124,62 [-1]
#SOURCE_POSITION= 126,63 [-1]
#DESTINATION_RESOURCE= 140,72 [1,2]
#DESTINATION_RESOURCE= 137,65 [1,2]
}

{
#NAME= Protest Riots Break Out In Austria-Hungary
#POPUP= <<TAG_23>>
#IMAGE= 
#SOUND= explosion1.ogg
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 704[1]
#COUNTRY_ID= 40
#ALIGNMENT_ID= 0
#FLAG_ID= 8
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/12/31
;Set variable conditions:
; 1st Line - Austria-Hungary politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 8 [1] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 179,86 [5,8]
#DESTINATION_RESOURCE= 184,88 [5,8]
#DESTINATION_RESOURCE= 168,88 [5,8]
#DESTINATION_RESOURCE= 178,92 [5,8]
#DESTINATION_RESOURCE= 182,83 [1,3]
#DESTINATION_RESOURCE= 186,81 [1,3]
#DESTINATION_RESOURCE= 179,97 [1,3]
#DESTINATION_RESOURCE= 182,99 [1,3]
#DESTINATION_RESOURCE= 175,93 [2,4]
}

{
#NAME= Irish Easter Rising Against British Rule
#POPUP= <<TAG_24>>
#IMAGE= EasterRising1.png, EasterRising2.png
#SOUND= explosion1.ogg
#FLAG= 1
#TYPE= 0
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 600[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 57
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1916/04/24
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 134,72 [5,8]
#DESTINATION_RESOURCE= 135,71 [2,5]
}

{
#NAME= Irish Easter Rising Against British Rule
#POPUP= <<TAG_24>>
#IMAGE= EasterRising1.png, EasterRising2.png
#SOUND= explosion1.ogg
#FLAG= 1
#TYPE= 0
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 600[0]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 57
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1916/04/24
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 134,72 [2,5]
#DESTINATION_RESOURCE= 135,71 [2,3]
}

{
#NAME= Agents Sabotage The Mineworks At Zonguldak
#POPUP= <<TAG_25>>
#IMAGE= 
#SOUND= explosion1.ogg
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 404[1]
#COUNTRY_ID= 97
#ALIGNMENT_ID= 0
#FLAG_ID= 97
#TRIGGER= 5
#SEASON_FLAG= 0
#DATE= 1916/02/01
;Set variable conditions:
; 1st Line - Russia politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 97 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 210,103 [2,3]
}

{
#NAME= Armenian Uprising In Van
#POPUP= <<TAG_26>>
#IMAGE= 
#SOUND= explosion1.ogg
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 0[0]
#COUNTRY_ID= 97
#ALIGNMENT_ID= 0
#FLAG_ID= 1
#TRIGGER= 25
#SEASON_FLAG= 0
#DATE= 1915/01/01
;Set variable conditions:
; 1st Line - Ottoman Empire politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 111 [1] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 232,109 [3,5]
}

{
#NAME= Conscription Leads To Industrial Unrest In The Midlands
#POPUP= <<TAG_27>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 103[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 91
#TRIGGER= 6
#SEASON_FLAG= 0
#DATE= 1916/02/01
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 144,71 [1,4]
#DESTINATION_RESOURCE= 143,74 [1,4]
#DESTINATION_RESOURCE= 142,72 [1,4]
}

{
#NAME= Conscription Leads To Industrial Unrest In Sheffield
#POPUP= <<TAG_28>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 103[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 91
#TRIGGER= 4
#SEASON_FLAG= 0
#DATE= 1916/02/01
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 144,73 [2,5]
#DESTINATION_RESOURCE= 144,72 [2,5]
}

{
#NAME= Conscription Leads To Industrial Unrest In The Clydeside Dockyards
#POPUP= <<TAG_29>>
#IMAGE= Dock_Strike.png
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 103[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 91
#TRIGGER= 6
#SEASON_FLAG= 0
#DATE= 1916/02/01
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 138,65 [2,5]
#DESTINATION_RESOURCE= 137,65 [0,3]
}

{
#NAME= Fighting Erupts Between Royalist And Venizelist Greek Forces
#POPUP= <<TAG_30>>
#IMAGE= 
#SOUND= explosion1.ogg
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 0[0]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 46
#TRIGGER= 3
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - Greece politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 46 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 192,104 [3,5]
#DESTINATION_RESOURCE= 193,109 [3,5]
#DESTINATION_RESOURCE= 191,106 [1,3]
}

{
#NAME= Fighting Erupts Between Royalist And Venizelist Greek Forces
#POPUP= <<TAG_30>>
#IMAGE= 
#SOUND= explosion2.ogg
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 0[0]
#COUNTRY_ID= 112
#ALIGNMENT_ID= 0
#FLAG_ID= 46
#TRIGGER= 3
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - Greece politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 46 [1] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 192,104 [3,5]
#DESTINATION_RESOURCE= 193,109 [3,5]
#DESTINATION_RESOURCE= 191,106 [1,3]
}

{
#NAME= Fighting Erupts Between Bajram Curri And Essad Pasha
#POPUP= <<TAG_31>>
#IMAGE= 
#SOUND= explosion1.ogg
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 0[0]
#COUNTRY_ID= 8
#ALIGNMENT_ID= 0
#FLAG_ID= 3
#TRIGGER= 4
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - Albania politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 3 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 186,101 [1,3]
#DESTINATION_RESOURCE= 185,102 [1,2]
}

{
#NAME= Fighting Erupts Between Bajram Curri And Essad Pasha
#POPUP= <<TAG_31>>
#IMAGE= 
#SOUND= explosion2.ogg
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 0[0]
#COUNTRY_ID= 59
#ALIGNMENT_ID= 0
#FLAG_ID= 3
#TRIGGER= 4
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - Albania politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 3 [1] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 186,101 [1,3]
#DESTINATION_RESOURCE= 185,102 [1,2]
}

{
#NAME= Revolution In Portugal! Major Sidonio Pais Takes Power
#POPUP= 
#IMAGE= 
#SOUND= explosion1.ogg
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 0[0]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 87
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1917/12/05
;Set variable conditions:
; 1st Line - Portugal politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 87 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 128,108 [3,5]
#DESTINATION_RESOURCE= 127,108 [3,5]
#DESTINATION_RESOURCE= 130,103 [1,3]
#DESTINATION_RESOURCE= 129,103 [1,3]
}

{
#NAME= Portuguese Sailors Rise Against The Government
#POPUP= 
#IMAGE= 
#SOUND= explosion1.ogg
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 0[0]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 87
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1918/01/10
;Set variable conditions:
; 1st Line - Portugal politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 87 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 128,108 [1,3]
#DESTINATION_RESOURCE= 127,108 [3,5]
}

{
#NAME= Fighting Erupts Between Armenian, Georgian and Azerbaijani Forces
#POPUP= <<TAG_32>>
#IMAGE= 
#SOUND= explosion1.ogg
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 620[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 118
#TRIGGER= 5
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - Transcaucasia politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 118 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 235,101 [1,3]
#DESTINATION_RESOURCE= 245,104 [1,3]
}

{
#NAME= German Agents Launch Attacks On Persian Industry (1)
#POPUP= <<TAG_33>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 602[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 82
#TRIGGER= 6
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - Germany politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 45 [1] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 244,123 [2,4]
}

{
#NAME= German Agents Launch Attacks On Persian Industry (2)
#POPUP= <<TAG_33>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 602[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 82
#TRIGGER= 5
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - Germany politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 45 [1] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 238,109 [2,3]
}

{
#NAME= German Agents Launch Attacks On Persian Industry (3)
#POPUP= <<TAG_33>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 602[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 82
#TRIGGER= 6
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - Germany politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 45 [1] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 248,115 [2,3]
}

{
#NAME= German Agents Launch Attacks On Persian Industry (1)
#POPUP= <<TAG_33>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 603[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 82
#TRIGGER= 6
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - Germany politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 45 [1] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 244,123 [2,4]
}

{
#NAME= German Agents Launch Attacks On Persian Industry (2)
#POPUP= <<TAG_33>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 603[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 82
#TRIGGER= 5
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - Germany politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 45 [1] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 238,109 [2,3]
}

{
#NAME= German Agents Launch Attacks On Persian Industry (3)
#POPUP= <<TAG_33>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 603[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 82
#TRIGGER= 6
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - Germany politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 45 [1] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 248,115 [2,3]
}

{
#NAME= French-Speaking Swiss Protest Against Fighting For The Central Powers
#POPUP= <<TAG_34>>
#IMAGE= Swiss_Disorder.png
#SOUND= 
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 0[0]
#COUNTRY_ID= 40
#ALIGNMENT_ID= 0
#FLAG_ID= 104
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - Switzerland politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 104 [1] [100] [0]
; 2nd Line - Germany politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 45 [1] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 161,89 [1,4]
#DESTINATION_RESOURCE= 158,91 [1,4]
}

{
#NAME= German-Speaking Swiss Protest Against Fighting For The Entente
#POPUP= <<TAG_35>>
#IMAGE= Swiss_Disorder.png
#SOUND= 
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 0[0]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 104
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - Switzerland politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 104 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 161,89 [2,4]
#DESTINATION_RESOURCE= 163,88 [2,4]
}

{
#NAME= The Spanish CNT Launches A General Strike Against The War
#POPUP= <<TAG_36>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 0[0]
#COUNTRY_ID= 112
#ALIGNMENT_ID= 0
#FLAG_ID= 13
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - Spain politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 99 [1] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 139,104 [1,3]
#DESTINATION_RESOURCE= 151,101 [3,5]
#DESTINATION_RESOURCE= 151,102 [3,5]
#DESTINATION_RESOURCE= 145,106 [3,5]
#DESTINATION_RESOURCE= 146,107 [3,5]
#DESTINATION_RESOURCE= 145,101 [3,5]
#DESTINATION_RESOURCE= 138,113 [3,5]
#DESTINATION_RESOURCE= 140,112 [3,5]
}

{
#NAME= The Spanish UGT Launches A General Strike Against The War
#POPUP= <<TAG_37>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 0[0]
#COUNTRY_ID= 112
#ALIGNMENT_ID= 0
#FLAG_ID= 91
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - Spain politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 99 [1] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 139,104 [1,3]
#DESTINATION_RESOURCE= 135,97 [3,5]
#DESTINATION_RESOURCE= 141,98 [3,5]
#DESTINATION_RESOURCE= 141,97 [3,5]
#DESTINATION_RESOURCE= 133,107 [3,5]
}

{
#NAME= French Supply In Morocco Is Disrupted As French Forces Leave
#POPUP= <<TAG_38>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 200[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 70
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - Germany politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 45 [1] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 137,118 [2,4]
#DESTINATION_RESOURCE= 133,118 [2,4]
#DESTINATION_RESOURCE= 131,119 [2,4]
#DESTINATION_RESOURCE= 130,119 [2,4]
#DESTINATION_RESOURCE= 130,124 [3,5]
}

{
#NAME= French Supply In Algeria Is Disrupted As French Forces Leave
#POPUP= <<TAG_39>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 200[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 40
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
;Set variable conditions:
; 1st Line - Germany politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 45 [1] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 145,115 [2,4]
#DESTINATION_RESOURCE= 147,114 [1,4]
#DESTINATION_RESOURCE= 150,114 [1,4]
#DESTINATION_RESOURCE= 152,113 [2,4]
#DESTINATION_RESOURCE= 156,113 [2,4]
#DESTINATION_RESOURCE= 159,114 [2,4]
#DESTINATION_RESOURCE= 159,112 [2,4]
#DESTINATION_RESOURCE= 161,112 [1,2]
#DESTINATION_RESOURCE= 163,114 [1,2]
}

{
#NAME= Moroccan Tribes Rise Against French Rule
#POPUP= <<TAG_40>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 605[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 70
#TRIGGER= 2
#SEASON_FLAG= 0
#DATE= 1914/10/01
;Set variable conditions:
; 1st Line - Germany politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 45 [1] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 137,118 [0,3]
#DESTINATION_RESOURCE= 133,118 [0,3]
#DESTINATION_RESOURCE= 131,119 [0,3]
#DESTINATION_RESOURCE= 130,119 [0,2]
#DESTINATION_RESOURCE= 130,124 [0,5]
}

; Russia Blockades Shipping Out Of Zonguldak
{
#NAME= Russia Blockades Shipping Out Of Zonguldak (Continuous)
#POPUP= <<TAG_41>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 0[0]
#COUNTRY_ID= 97
#ALIGNMENT_ID= 0
#FLAG_ID= 97
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
#SOURCE_POSITION= 209,101 [-1.6]
#SOURCE_POSITION= 208,101 [-1.6]
#SOURCE_POSITION= 207,101 [-1.6]
#SOURCE_POSITION= 207,102 [-1.6]
#DESTINATION_RESOURCE= 209,102 [0,2]
#DESTINATION_RESOURCE= 210,103 [0,2]
; Ottoman Empire politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 111 [1] [100] [0]
}

; The UK Blockades Shipping In The Sea Of Marmara
{
#NAME= The Royal Navy Blockades Shipping In The Sea Of Marmara (Message)
#POPUP= <<TAG_42>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 0[0]
#COUNTRY_ID= 112
#ALIGNMENT_ID= 0
#FLAG_ID= 112
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
#SOURCE_POSITION= 200,104 [-1]
#SOURCE_POSITION= 200,103 [-1]
#SOURCE_POSITION= 201,103 [-1]
#SOURCE_POSITION= 201,104 [-1]
#SOURCE_POSITION= 202,104 [-1]
#SOURCE_POSITION= 203,104 [-1]
#DESTINATION_RESOURCE= 202,103 [0,0]
#DESTINATION_RESOURCE= 203,103 [0,0]
; Ottoman Empire politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 111 [1] [100] [0]
}

; The UK Blockades Shipping In The Sea Of Marmara
{
#NAME= The Royal Navy Blockades Shipping In The Sea Of Marmara (Continuous)
#POPUP= 
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 0[0]
#COUNTRY_ID= 112
#ALIGNMENT_ID= 0
#FLAG_ID= 112
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
#SOURCE_POSITION= 200,104 [-1]
#SOURCE_POSITION= 200,103 [-1]
#SOURCE_POSITION= 201,103 [-1]
#SOURCE_POSITION= 201,104 [-1]
#SOURCE_POSITION= 202,104 [-1]
#SOURCE_POSITION= 203,104 [-1]
#DESTINATION_RESOURCE= 202,103 [0,2]
#DESTINATION_RESOURCE= 203,103 [0,2]
; Ottoman Empire politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 111 [1] [100] [0]
}

; France Blockades Shipping In The Sea Of Marmara
{
#NAME= The French Navy Blockades Shipping In The Sea Of Marmara (Message)
#POPUP= <<TAG_43>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 0[0]
#COUNTRY_ID= 40
#ALIGNMENT_ID= 0
#FLAG_ID= 40
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
#SOURCE_POSITION= 200,104 [-1]
#SOURCE_POSITION= 200,103 [-1]
#SOURCE_POSITION= 201,103 [-1]
#SOURCE_POSITION= 201,104 [-1]
#SOURCE_POSITION= 202,104 [-1]
#SOURCE_POSITION= 203,104 [-1]
#DESTINATION_RESOURCE= 202,103 [0,2]
#DESTINATION_RESOURCE= 203,103 [0,2]
; Ottoman Empire politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 111 [1] [100] [0]
}

; France Blockades Shipping In The Sea Of Marmara
{
#NAME= The French Navy Blockades Shipping In The Sea Of Marmara (Continuous)
#POPUP= 
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 0[0]
#COUNTRY_ID= 40
#ALIGNMENT_ID= 0
#FLAG_ID= 40
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
#SOURCE_POSITION= 200,104 [-1]
#SOURCE_POSITION= 200,103 [-1]
#SOURCE_POSITION= 201,103 [-1]
#SOURCE_POSITION= 201,104 [-1]
#SOURCE_POSITION= 202,104 [-1]
#SOURCE_POSITION= 203,104 [-1]
#DESTINATION_RESOURCE= 202,103 [0,2]
#DESTINATION_RESOURCE= 203,103 [0,2]
; Ottoman Empire politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 111 [1] [100] [0]
}

; Italy Blockades Shipping In The Sea Of Marmara
{
#NAME= The Italian Navy Blockades Shipping In The Sea Of Marmara (Message)
#POPUP= <<TAG_44>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 0[0]
#COUNTRY_ID= 59
#ALIGNMENT_ID= 0
#FLAG_ID= 59
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
#SOURCE_POSITION= 200,104 [-1]
#SOURCE_POSITION= 200,103 [-1]
#SOURCE_POSITION= 201,103 [-1]
#SOURCE_POSITION= 201,104 [-1]
#SOURCE_POSITION= 202,104 [-1]
#SOURCE_POSITION= 203,104 [-1]
#DESTINATION_RESOURCE= 202,103 [0,2]
#DESTINATION_RESOURCE= 203,103 [0,2]
; Ottoman Empire politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 111 [1] [100] [0]
}

; Italy Blockades Shipping In The Sea Of Marmara
{
#NAME= The Italian Navy Blockades Shipping In The Sea Of Marmara (Continuous)
#POPUP= 
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 0[0]
#COUNTRY_ID= 59
#ALIGNMENT_ID= 0
#FLAG_ID= 59
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
#SOURCE_POSITION= 200,104 [-1]
#SOURCE_POSITION= 200,103 [-1]
#SOURCE_POSITION= 201,103 [-1]
#SOURCE_POSITION= 201,104 [-1]
#SOURCE_POSITION= 202,104 [-1]
#SOURCE_POSITION= 203,104 [-1]
#DESTINATION_RESOURCE= 202,103 [0,2]
#DESTINATION_RESOURCE= 203,103 [0,2]
; Ottoman Empire politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 111 [1] [100] [0]
}

; Russia Blockades Shipping In The Sea Of Marmara
{
#NAME= The Russian Navy Blockades Shipping In The Sea Of Marmara (Message)
#POPUP= <<TAG_45>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 0[0]
#COUNTRY_ID= 97
#ALIGNMENT_ID= 0
#FLAG_ID= 97
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
#SOURCE_POSITION= 200,104 [-1]
#SOURCE_POSITION= 200,103 [-1]
#SOURCE_POSITION= 201,103 [-1]
#SOURCE_POSITION= 201,104 [-1]
#SOURCE_POSITION= 202,104 [-1]
#SOURCE_POSITION= 203,104 [-1]
#DESTINATION_RESOURCE= 202,103 [0,2]
#DESTINATION_RESOURCE= 203,103 [0,2]
; Ottoman Empire politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 111 [1] [100] [0]
}

; Russia Blockades Shipping In The Sea Of Marmara
{
#NAME= The Russian Navy Blockades Shipping In The Sea Of Marmara (Continuous)
#POPUP= 
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 0[0]
#COUNTRY_ID= 97
#ALIGNMENT_ID= 0
#FLAG_ID= 97
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
#SOURCE_POSITION= 200,104 [-1]
#SOURCE_POSITION= 200,103 [-1]
#SOURCE_POSITION= 201,103 [-1]
#SOURCE_POSITION= 201,104 [-1]
#SOURCE_POSITION= 202,104 [-1]
#SOURCE_POSITION= 203,104 [-1]
#DESTINATION_RESOURCE= 202,103 [0,2]
#DESTINATION_RESOURCE= 203,103 [0,2]
; Ottoman Empire politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 111 [1] [100] [0]
}

{
#NAME= Russian Workers Strike (National Morale is less than 50%)
#POPUP= <<TAG_55>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 4[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 91
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 206,51 [1,5]
#DESTINATION_RESOURCE= 206,52 [1,5]
#DESTINATION_RESOURCE= 220,65 [1,5]
#DESTINATION_RESOURCE= 221,65 [1,5]
;Set variable conditions:
; 1st Line - Russia politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 97 [2] [100] [0]
; 2nd Line - Germany politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 45 [1] [100] [0]
}

{
#NAME= Workers In Austria-Hungary Strike (National Morale is less than 50%)
#POPUP= <<TAG_56>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 7[1]
#COUNTRY_ID= 112
#ALIGNMENT_ID= 0
#FLAG_ID= 91
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 179,86 [1,5]
#DESTINATION_RESOURCE= 184,88 [1,5]
#DESTINATION_RESOURCE= 174,82 [1,5]
#DESTINATION_RESOURCE= 182,83 [1,5]
;Set variable conditions:
; 1st Line - Austria-Hungary politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 8 [1] [100] [0]
}

{
#NAME= A Giant Locust Swarm Wreaks Havoc In And Around Jerusalem
#POPUP= <<TAG_57>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 3
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 0[0]
#COUNTRY_ID= 112
#ALIGNMENT_ID= 0
#FLAG_ID= 111
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1915/03/01
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 216,123 [1,3]
#DESTINATION_RESOURCE= 218,121 [1,3]
#DESTINATION_RESOURCE= 215,121 [1,3]
#DESTINATION_RESOURCE= 218,123 [1,3]
#DESTINATION_RESOURCE= 218,125 [1,3]
;Set variable conditions:
; 1st Line - Palestine politically aligned with the Entente and surrendered
#VARIABLE_CONDITION= 79 [2] [100] [1]
; 2nd Line - Ottoman Empire politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 111 [1] [100] [0]
}

{
#NAME= Fritz Klein's Mission Sabotages The Abadan Oil Refinery (DE 802) (1)
#POPUP= <<TAG_58>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 0
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 4[1,50]
;Set link value to always trigger (dummy value)
#LINK= 802[1]
#COUNTRY_ID= 111
#ALIGNMENT_ID= 0
#FLAG_ID= 111
#TRIGGER= 75
#SEASON_FLAG= 0
#DATE= 1915/04/01
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 243,126 [2,5]
;Set variable conditions:
; 1st Line - Mesopotamia politically aligned with the Entente and surrendered
#VARIABLE_CONDITION= 56 [2] [100] [1]
; 2nd Line - Ottoman Empire politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 111 [1] [100] [0]
}

{
#NAME= Fritz Klein's Mission Sabotages The Abadan Oil Refinery (DE 802) (2)
#POPUP= <<TAG_58>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 0
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 4[51,100]
;Set link value to always trigger (dummy value)
#LINK= 802[1]
#COUNTRY_ID= 111
#ALIGNMENT_ID= 0
#FLAG_ID= 111
#TRIGGER= 75
#SEASON_FLAG= 0
#DATE= 1915/06/01
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 243,126 [2,5]
;Set variable conditions:
; 1st Line - Mesopotamia politically aligned with the Entente and surrendered
#VARIABLE_CONDITION= 56 [2] [100] [1]
; 2nd Line - Ottoman Empire politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 111 [1] [100] [0]
}

{
#NAME= Ottoman Deserters Attack Ottoman Outposts In Mesopotamia
#POPUP= <<TAG_59>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 0[0]
#COUNTRY_ID= 112
#ALIGNMENT_ID= 0
#FLAG_ID= 111
#TRIGGER= 50
#SEASON_FLAG= 0
#DATE= 1915/03/01
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 234,122 [1,3]
#DESTINATION_RESOURCE= 231,119 [1,3]
#DESTINATION_RESOURCE= 232,118 [1,3]
;Set variable conditions:
; 1st Line - Mesopotamia politically aligned with the Entente and surrendered
#VARIABLE_CONDITION= 56 [2] [100] [1]
; 2nd Line - Ottoman Empire politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 111 [1] [100] [0]
}


; USA Blockades Shipping In The Sea Of Marmara
{
#NAME= The US Navy Blockades Shipping In The Sea Of Marmara (Message)
#POPUP= <<TAG_46>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 0[0]
#COUNTRY_ID= 115
#ALIGNMENT_ID= 0
#FLAG_ID= 115
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
#SOURCE_POSITION= 200,104 [-1]
#SOURCE_POSITION= 200,103 [-1]
#SOURCE_POSITION= 201,103 [-1]
#SOURCE_POSITION= 201,104 [-1]
#SOURCE_POSITION= 202,104 [-1]
#SOURCE_POSITION= 203,104 [-1]
#DESTINATION_RESOURCE= 202,103 [0,2]
#DESTINATION_RESOURCE= 203,103 [0,2]
; Ottoman Empire politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 111 [1] [100] [0]
}

; USA Blockades Shipping In The Sea Of Marmara
{
#NAME= The US Navy Blockades Shipping In The Sea Of Marmara (Continuous)
#POPUP= 
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 0[0]
#COUNTRY_ID= 115
#ALIGNMENT_ID= 0
#FLAG_ID= 115
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
#SOURCE_POSITION= 200,104 [-1]
#SOURCE_POSITION= 200,103 [-1]
#SOURCE_POSITION= 201,103 [-1]
#SOURCE_POSITION= 201,104 [-1]
#SOURCE_POSITION= 202,104 [-1]
#SOURCE_POSITION= 203,104 [-1]
#DESTINATION_RESOURCE= 202,103 [0,2]
#DESTINATION_RESOURCE= 203,103 [0,2]
; Ottoman Empire politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 111 [1] [100] [0]
}

; Japan Blockades Shipping In The Sea Of Marmara
{
#NAME= The Japanese Navy Blockades Shipping In The Sea Of Marmara (Message)
#POPUP= <<TAG_47>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 0[0]
#COUNTRY_ID= 60
#ALIGNMENT_ID= 0
#FLAG_ID= 60
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
#SOURCE_POSITION= 200,104 [-1]
#SOURCE_POSITION= 200,103 [-1]
#SOURCE_POSITION= 201,103 [-1]
#SOURCE_POSITION= 201,104 [-1]
#SOURCE_POSITION= 202,104 [-1]
#SOURCE_POSITION= 203,104 [-1]
#DESTINATION_RESOURCE= 202,103 [0,2]
#DESTINATION_RESOURCE= 203,103 [0,2]
; Ottoman Empire politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 111 [1] [100] [0]
}

; Japan Blockades Shipping In The Sea Of Marmara
{
#NAME= The Japanese Navy Blockades Shipping In The Sea Of Marmara (Continuous)
#POPUP= 
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 0[0]
#COUNTRY_ID= 60
#ALIGNMENT_ID= 0
#FLAG_ID= 60
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
#SOURCE_POSITION= 200,104 [-1]
#SOURCE_POSITION= 200,103 [-1]
#SOURCE_POSITION= 201,103 [-1]
#SOURCE_POSITION= 201,104 [-1]
#SOURCE_POSITION= 202,104 [-1]
#SOURCE_POSITION= 203,104 [-1]
#DESTINATION_RESOURCE= 202,103 [0,2]
#DESTINATION_RESOURCE= 203,103 [0,2]
; Ottoman Empire politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 111 [1] [100] [0]
}

{
#NAME= US Resources Are Diverted To Deal With The Mexican Threat
#POPUP= 
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 7[76,100]
;Set link value to always trigger (dummy value)
#LINK= 615[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 68
#TRIGGER= 25
#SEASON_FLAG= 0
#DATE= 1917/04/02
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 0,106 [3,5]
;Set variable conditions:
; 1st Line - USA politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 115 [2] [100] [0]
; 2nd Line - Germany politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 45 [1] [100] [0]
}

{
#NAME= US Resources Are Diverted To Deal With The Mexican Invasion
#POPUP= 
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 616[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 68
#TRIGGER= 25
#SEASON_FLAG= 0
#DATE= 1917/04/02
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 0,107 [3,5]
#DESTINATION_RESOURCE= 0,108 [3,5]
;Set variable conditions:
; 1st Line - USA politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 115 [2] [100] [0]
; 2nd Line - Germany politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 45 [1] [100] [0]
}

{
#NAME= Halifax Explosion (1)
#POPUP= <<TAG_48>>
#IMAGE= HalifaxExplosion1.png, HalifaxExplosion2.png
#SOUND= 
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 0[0]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 21
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1917/12/06
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 30,95 [1,4]
#DESTINATION_RESOURCE= 30,96 [2,4]
;Set variable conditions:
; 1st Line - Canada politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 21 [2] [100] [0]
; 2nd Line - Germany politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 45 [1] [100] [0]
}

{
#NAME= Halifax Explosion (2)
#POPUP= <<TAG_49>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 0[0]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 21
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1917/12/06
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 30,96 [0,0]
;Set variable conditions:
; 1st Line - Canada politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 21 [2] [100] [0]
; 2nd Line - Germany politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 45 [1] [100] [0]
}

{
#NAME= 200,000 Welsh Miners Strike Over Pay
#POPUP= <<TAG_50>>
#IMAGE= BritishMinersStrike.png
#SOUND= 
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 0[0]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 91
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1915/07/15
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 139,76 [3,5]
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
; 2nd Line - Germany politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 45 [1] [100] [0]
}

{
#NAME= Welsh Miners And Railway Workers Go On Strike
#POPUP= <<TAG_51>>
#IMAGE= SouthWalesStrike.png, British_Strike.png
#SOUND= 
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 0[0]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 91
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1915/09/07
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 139,76 [3,5]
#DESTINATION_RESOURCE= 140,77 [3,5]
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
; 2nd Line - Germany politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 45 [1] [100] [0]
}

{
#NAME= Workers On The Clyde Strike Over Conditions
#POPUP= <<TAG_52>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 0[0]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 91
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1915/02/10
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 138,65 [2,5]
#DESTINATION_RESOURCE= 137,65 [2,5]
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
; 2nd Line - Germany politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 45 [1] [100] [0]
}

{
#NAME= The Christmas Day Plot in India
#POPUP= 
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 0
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 6[86,100]
;Set link value to always trigger (dummy value)
#LINK= 623[1]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 112
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1915/12/25
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
#SOURCE_POSITION= 
#DESTINATION_RESOURCE= 0,0 [1,3]
#DESTINATION_RESOURCE= 0,1 [1,3]
#DESTINATION_RESOURCE= 0,2 [1,3]
#DESTINATION_RESOURCE= 0,4 [1,3]
#DESTINATION_RESOURCE= 0,5 [1,3]
}

{
#NAME= The Arab Revolt - Ottoman Supply In Medina
#POPUP= <<TAG_53>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 106[1]
#COUNTRY_ID= 112
#ALIGNMENT_ID= 0
#FLAG_ID= 5
#TRIGGER= 50
#SEASON_FLAG= 0
#DATE= 1915/11/01
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
#SOURCE_POSITION= 224,135 [13]
#SOURCE_POSITION= 225,135 [13]
#SOURCE_POSITION= 225,136 [13]
#SOURCE_POSITION= 224,137 [13]
#SOURCE_POSITION= 223,136 [13]
#SOURCE_POSITION= 223,135 [13]
#DESTINATION_RESOURCE= 224,136 [1,3]
}

{
#NAME= The Arab Revolt - Ottoman Supply In Aqaba
#POPUP= <<TAG_54>>
#IMAGE= 
#SOUND= 
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 106[1]
#COUNTRY_ID= 112
#ALIGNMENT_ID= 0
#FLAG_ID= 5
#TRIGGER= 50
#SEASON_FLAG= 0
#DATE= 1915/11/01
;Set variable conditions:
; 1st Line - UK politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
#SOURCE_POSITION= 217,127 [13]
#SOURCE_POSITION= 217,126 [13]
#SOURCE_POSITION= 216,126 [13]
#SOURCE_POSITION= 215,126 [13]
#DESTINATION_RESOURCE= 216,127 [1,3]
#DESTINATION_RESOURCE= 216,128 [1,3]
}

{
#NAME= US East Coast Shipping Disrupted By German Raiders (Continuous)
#POPUP= <<TAG_60>>
#IMAGE= 
#SOUND= sub_movement.ogg
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 0[0]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 115
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
#SOURCE_POSITION= 7,112 [-1.6]
#SOURCE_POSITION= 7,111 [-1.6]
#SOURCE_POSITION= 11,105 [-1.6]
#SOURCE_POSITION= 11,106 [-1.6]
#SOURCE_POSITION= 12,106 [-1.6]
#SOURCE_POSITION= 16,104 [-1.6]
#SOURCE_POSITION= 16,103 [-1.6]
#SOURCE_POSITION= 18,100 [-1.6]
#SOURCE_POSITION= 18,99 [-1.6]
#DESTINATION_RESOURCE= 0,103 [1,2]
#DESTINATION_RESOURCE= 0,104 [1,2]
; 1st Line - Germany politically aligned with the Central Powers and not surrendered
; 2nd Line - USA politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 45 [1] [100] [0]
#VARIABLE_CONDITION= 115 [2] [100] [0]
}

{
#NAME= Canadian Shipping Near Sydney Mines Disrupted By German Raiders (Continuous)
#POPUP= <<TAG_61>>
#IMAGE= 
#SOUND= sub_movement.ogg
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 0[0]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 21
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
#SOURCE_POSITION= 37,89 [-1.6]
#SOURCE_POSITION= 38,90 [-1.6]
#SOURCE_POSITION= 38,91 [-1.6]
#DESTINATION_RESOURCE= 36,91 [1,2]
; 1st Line - Germany politically aligned with the Central Powers and not surrendered
; 2nd Line - Canada politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 45 [1] [100] [0]
#VARIABLE_CONDITION= 21 [2] [100] [0]
}

{
#NAME= Canadian Shipping Near Halifax Disrupted By German Raiders (Continuous)
#POPUP= <<TAG_62>>
#IMAGE= 
#SOUND= sub_movement.ogg
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 0[0]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 21
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
#SOURCE_POSITION= 29,96 [-1.6]
#SOURCE_POSITION= 30,97 [-1.6]
#SOURCE_POSITION= 31,96 [-1.6]
#DESTINATION_RESOURCE= 30,95 [1,2]
#DESTINATION_RESOURCE= 29,92 [1,2]
; 1st Line - Germany politically aligned with the Central Powers and not surrendered
; 2nd Line - Canada politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 45 [1] [100] [0]
#VARIABLE_CONDITION= 21 [2] [100] [0]
}

{
#NAME= Italian Shipping Near Genoa Disrupted By Enemy Raiders (Continuous)
#POPUP= <<TAG_63>>
#IMAGE= 
#SOUND= sub_movement.ogg
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 0[0]
#COUNTRY_ID= 8
#ALIGNMENT_ID= 0
#FLAG_ID= 59
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
#SOURCE_POSITION= 163,96 [-1.6]
#SOURCE_POSITION= 164,97 [-1.6]
#SOURCE_POSITION= 165,96 [-1.6]
#DESTINATION_RESOURCE= 164,95 [0,2]
#DESTINATION_RESOURCE= 164,96 [0,2]
#DESTINATION_RESOURCE= 162,94 [0,1]
#DESTINATION_RESOURCE= 164,93 [0,1]
; 1st Line - Italy politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 59 [2] [100] [0]
}

{
#NAME= Italian Shipping Near Rome Disrupted By Enemy Raiders (Continuous)
#POPUP= <<TAG_64>>
#IMAGE= 
#SOUND= sub_movement.ogg
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 0[0]
#COUNTRY_ID= 8
#ALIGNMENT_ID= 0
#FLAG_ID= 59
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
#SOURCE_POSITION= 168,101 [-1.6]
#SOURCE_POSITION= 168,102 [-1.6]
#SOURCE_POSITION= 169,102 [-1.6]
#DESTINATION_RESOURCE= 171,101 [0,1]
#DESTINATION_RESOURCE= 169,101 [0,2]
; 1st Line - Italy politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 59 [2] [100] [0]
}

{
#NAME= Italian Shipping Near Naples Disrupted By Enemy Raiders (Continuous)
#POPUP= <<TAG_65>>
#IMAGE= 
#SOUND= sub_movement.ogg
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 0[0]
#COUNTRY_ID= 8
#ALIGNMENT_ID= 0
#FLAG_ID= 59
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
#SOURCE_POSITION= 174,104 [-1.6]
#SOURCE_POSITION= 174,105 [-1.6]
#SOURCE_POSITION= 175,105 [-1.6]
#DESTINATION_RESOURCE= 175,104 [0,1]
#DESTINATION_RESOURCE= 175,103 [0,1]
; 1st Line - Italy politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 59 [2] [100] [0]
}

{
#NAME= Italian Shipping Near Palermo Disrupted By Enemy Raiders (Continuous)
#POPUP= <<TAG_66>>
#IMAGE= 
#SOUND= sub_movement.ogg
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 0[0]
#COUNTRY_ID= 8
#ALIGNMENT_ID= 0
#FLAG_ID= 59
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
#SOURCE_POSITION= 173,108 [-1.6]
#SOURCE_POSITION= 174,108 [-1.6]
#SOURCE_POSITION= 175,108 [-1.6]
#DESTINATION_RESOURCE= 174,109 [0,1]
#DESTINATION_RESOURCE= 173,109 [0,1]
; 1st Line - Italy politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 59 [2] [100] [0]
}

{
#NAME= Italian Shipping Near Genoa Disrupted By Enemy Raiders (Continuous)
#POPUP= <<TAG_63>>
#IMAGE= 
#SOUND= sub_movement.ogg
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 0[0]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 59
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
#SOURCE_POSITION= 163,96 [-1.6]
#SOURCE_POSITION= 164,97 [-1.6]
#SOURCE_POSITION= 165,96 [-1.6]
#DESTINATION_RESOURCE= 164,95 [0,2]
#DESTINATION_RESOURCE= 164,96 [0,2]
#DESTINATION_RESOURCE= 162,94 [0,1]
#DESTINATION_RESOURCE= 164,93 [0,1]
; 1st Line - Italy politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 59 [2] [100] [0]
}

{
#NAME= Italian Shipping Near Rome Disrupted By Enemy Raiders (Continuous)
#POPUP= <<TAG_64>>
#IMAGE= 
#SOUND= sub_movement.ogg
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 0[0]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 59
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
#SOURCE_POSITION= 168,101 [-1.6]
#SOURCE_POSITION= 168,102 [-1.6]
#SOURCE_POSITION= 169,102 [-1.6]
#DESTINATION_RESOURCE= 171,101 [0,1]
#DESTINATION_RESOURCE= 169,101 [0,2]
; 1st Line - Italy politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 59 [2] [100] [0]
}

{
#NAME= Italian Shipping Near Naples Disrupted By Enemy Raiders (Continuous)
#POPUP= <<TAG_65>>
#IMAGE= 
#SOUND= sub_movement.ogg
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 0[0]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 59
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
#SOURCE_POSITION= 174,104 [-1.6]
#SOURCE_POSITION= 174,105 [-1.6]
#SOURCE_POSITION= 175,105 [-1.6]
#DESTINATION_RESOURCE= 175,104 [0,1]
#DESTINATION_RESOURCE= 175,103 [0,1]
; 1st Line - Italy politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 59 [2] [100] [0]
}

{
#NAME= Italian Shipping Near Palermo Disrupted By Enemy Raiders (Continuous)
#POPUP= <<TAG_66>>
#IMAGE= 
#SOUND= sub_movement.ogg
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 0[0]
#COUNTRY_ID= 45
#ALIGNMENT_ID= 0
#FLAG_ID= 59
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1914/08/01
#SOURCE_POSITION= 173,108 [-1.6]
#SOURCE_POSITION= 174,108 [-1.6]
#SOURCE_POSITION= 175,108 [-1.6]
#DESTINATION_RESOURCE= 174,109 [0,1]
#DESTINATION_RESOURCE= 173,109 [0,1]
; 1st Line - Italy politically aligned with the Entente and not surrendered
#VARIABLE_CONDITION= 59 [2] [100] [0]
}

